1
0
mirror of https://github.com/ThrowTheSwitch/Unity.git synced 2026-01-27 10:14:28 +01:00

Change gcc.yml default to gcc_32.yml (explicitly compile for 32-bit target)

This commit is contained in:
Scott Vokes
2012-04-27 11:53:12 -04:00
parent d0c3f24f4d
commit 4742b5d77a
3 changed files with 4 additions and 7 deletions

View File

@@ -72,11 +72,7 @@ typedef _US64 _U_SINT;
//-------------------------------------------------------
#ifndef UNITY_POINTER_WIDTH
#ifdef UNITY_SUPPORT_64
#define UNITY_POINTER_WIDTH (64)
#else
#define UNITY_POINTER_WIDTH (32)
#endif
#endif /* UNITY_POINTER_WIDTH */
#if (UNITY_POINTER_WIDTH == 32)