Skip to content

Commit

Permalink
add syscall printing
Browse files Browse the repository at this point in the history
  • Loading branch information
mimicji committed Apr 26, 2021
1 parent 69a2ad0 commit b2f9c86
Show file tree
Hide file tree
Showing 9 changed files with 488 additions and 52 deletions.
2 changes: 1 addition & 1 deletion libpeekaboo/arch/aarch64.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
#include <stddef.h>
#include <inttypes.h>

#include "../libpeekaboo.h"
#include "../common.h"

#define AARCH64_NUM_SIMD_SLOTS 32

Expand Down
2 changes: 1 addition & 1 deletion libpeekaboo/arch/amd64.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ typedef struct storage_option_amd64{
uint32_t has_fxsave;
} storage_option_amd64_t;

#include "../libpeekaboo.h"
#include "../common.h"
#include "amd64_conf.h"

#define AMD64_NUM_SIMD_SLOTS 16
Expand Down
2 changes: 2 additions & 0 deletions libpeekaboo/arch/amd64_conf.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#define _STORE_SIMD
#define _STORE_FXSAVE
Loading

0 comments on commit b2f9c86

Please sign in to comment.