Refactor the memrw functions to reduce the redundancy. (#415)

The impact is limited now, but will increase when adding support for more architectures and more bit widths.
This commit is contained in:
Lionel Debroux
2024-07-16 09:55:13 +02:00
committed by GitHub
parent fa583c906b
commit 8d966d98f4
11 changed files with 109 additions and 148 deletions

View File

@@ -6,7 +6,7 @@
#include <stdint.h>
#include "heap.h"
#include "memrw32.h"
#include "memrw.h"
#include "memsize.h"
#include "pci.h"
#include "usb.h"