Go to file
Colin Ian King bd157a3c71 compiler/asloptions.c: Make variable j an INT32
Variable j is assigned a signed int value from the call to AcpiGetopt
and is also compared to ACPI_OPT_END which is -1, so it makes sense to
make j an INT32 type rather than a UINT32.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
2022-04-26 15:16:35 +00:00
documents Logfile: Changes for version 20220331. 2022-03-31 09:34:37 -07:00
generate Update MSVC project files 2022-03-31 09:30:53 -07:00
source compiler/asloptions.c: Make variable j an INT32 2022-04-26 15:16:35 +00:00
tests Fix spelling errors 2021-10-02 09:09:07 +02:00
.gitignore Clean-up ".gitignore" 2020-10-26 13:10:45 +01:00
Makefile EFI: Add build environment support for GNU EFI development. 2014-06-12 15:16:22 +08:00