Pulled a fix to the simulator app ("long" is 64-bit when 32-bit was
needed) from master. sim-eng is useful for verifying the x86 SMP stuff.
Also quieted a compiler warning.
Change-Id: I399ea4923b7e0650d5f995e056c751374b057fbd
The following line is "ifeq ($(TARGET_SIMULATOR),true)", which should
never succeed for an ARM build.
This change is inspired by external change 10447, which adds
"ifneq ($(TARGET_ARCH),sh)". Shouldn't be needed either.
In git master they were part of change 700ccfcc01,
which was an auto import from //branches/master/...@140412
The original change was 134529 in perforce.