Remove our custom hashmap

This commit is contained in:
Rangi42
2024-02-20 21:30:29 -05:00
committed by Sylvie
parent 95e7dac9a6
commit d53bba97e8
7 changed files with 5 additions and 204 deletions

View File

@@ -13,7 +13,7 @@ SECTION "test", ROM0
charmap "<FAR>", $08
; At this point, enough nodes were allocated for 'foo' to be reallocated.
; Its value in the charmaps' hashmap should have been updated too,
; Its value in the charmaps' std::map should have been updated too,
; so that usages of 'foo' will not segfault.
; This uses 'foo; by switching to it.