Idris2/support/refc
György Kurucz 7a5f63eab0 [ fix ] Add missing cases for BITS types in extractInt
e79e4277 ("[ fix ] Make Bits types use int switch statement in RefC")
made the RefC backend generate code calling `extractInt` with Bits
types, bit did not add the extra cases to `extractInt`. This commit adds
the missing cases.

Fixes #2452
2022-05-04 10:18:58 +01:00
..
_datatypes.h RefC backend improvements (#2425) 2022-04-27 13:59:32 +01:00
buffer.c Assertions in RefC runtime 2021-07-17 03:59:32 +01:00
buffer.h Pass Buffer as char* when using C functions in RefC 2021-07-13 23:04:36 +01:00
casts.c In RefC, allocate the exact size of value subtype 2021-07-12 16:27:09 +01:00
casts.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
cBackend.h RefC backend improvements (#2425) 2022-04-27 13:59:32 +01:00
clock.c [ fix ] Cast CLOCKS_PER_SEC to float before division 2021-06-03 17:36:11 +01:00
clock.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
conCaseHelper.c Assertions in RefC runtime 2021-07-17 03:59:32 +01:00
conCaseHelper.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
Makefile Make RefC search for files in data dirs 2021-12-10 14:30:46 +00:00
mathFunctions.c RefC Integer Support (#1480) 2021-06-03 10:44:42 +01:00
mathFunctions.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
memoryManagement.c RefC backend improvements (#2425) 2022-04-27 13:59:32 +01:00
memoryManagement.h In RefC, allocate the exact size of value subtype 2021-07-12 16:27:09 +01:00
prim.c RefC backend improvements (#2425) 2022-04-27 13:59:32 +01:00
prim.h RefC backend improvements (#2425) 2022-04-27 13:59:32 +01:00
refc_util.c Assertions in RefC runtime 2021-07-17 03:59:32 +01:00
refc_util.h Assertions in RefC runtime 2021-07-17 03:59:32 +01:00
runtime.c [ fix ] Add missing cases for BITS types in extractInt 2022-05-04 10:18:58 +01:00
runtime.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
stringOps.c Assertions in RefC runtime 2021-07-17 03:59:32 +01:00
stringOps.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
threads.c RefC backend improvements (#2425) 2022-04-27 13:59:32 +01:00
threads.h RefC backend improvements (#2425) 2022-04-27 13:59:32 +01:00