mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:27:34 +00:00
UserspaceEmulator: Use Core::Stream
for writing profiling data
This looks like it should compile, but UserspaceEmulator is currently broken on any non-i686 platform anyways, so I can't test that.
This commit is contained in:
parent
173cc5e6e0
commit
9d7606b8de
4 changed files with 25 additions and 30 deletions
|
@ -10,7 +10,6 @@
|
|||
#include "SimpleRegion.h"
|
||||
#include "SoftCPU.h"
|
||||
#include <AK/Debug.h>
|
||||
#include <AK/FileStream.h>
|
||||
#include <AK/Format.h>
|
||||
#include <Kernel/API/SyscallString.h>
|
||||
#include <alloca.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue