fix paths for waste3 debug script

old-commit-hash: 9060d3c87b717189350035603a791b47a16f8fc8
This commit is contained in:
Adeeb Shihadeh
2020-09-29 15:51:47 -07:00
parent 370ba02e6c
commit 747ca1d354

View File

@@ -5,8 +5,8 @@
#include <arm_neon.h>
#include <sys/prctl.h>
#include <sys/syscall.h>
#include "../../common/util.h"
#include "../../common/timing.h"
#include "../../../common/util.h"
#include "../../../common/timing.h"
#define CORES 3
double ttime[CORES];