wip: vectors, panics and lsp fix

This commit is contained in:
karina
2026-04-22 09:32:01 +04:00
parent 7aa49b37f5
commit 97538aa098
11 changed files with 234 additions and 11 deletions
+2
View File
@@ -69,6 +69,8 @@ func parseDTB(at pointer: UnsafeRawPointer) {
structBase = structBase.advanced(by: 8) // skip header
structBase = structBase.advanced(by: alignUp(dataLength, to: 4)) // skip data for now
// TODO: finish it :D
case .endNode:
continue
case .nop: