- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
27 lines
427 B
Diff
27 lines
427 B
Diff
assume zero is valid address
|
|
|
|
Upstream-Status: Pending
|
|
|
|
Signed-off-by: Roy Li <rongqing.li@windriver.com>
|
|
---
|
|
thunk.c | 3 ---
|
|
1 file changed, 3 deletions(-)
|
|
|
|
diff --git a/thunk.c b/thunk.c
|
|
index 796e88b..6121ea1 100644
|
|
--- a/thunk.c
|
|
+++ b/thunk.c
|
|
@@ -141,9 +141,6 @@ int LRMI_init() {
|
|
|
|
mmap_addr = LRMI_common_init(1);
|
|
|
|
- if (!mmap_addr)
|
|
- return 0;
|
|
-
|
|
X86EMU_pioFuncs pioFuncs = {
|
|
(&x_inb),
|
|
(&x_inw),
|
|
--
|
|
1.9.1
|
|
|