Skip to content

Commit

Permalink
i#2417 AArch64: Fix test on large cache line cpus (#6888)
Browse files Browse the repository at this point in the history
tool.drcacheoff.burst_aarch64_sys fails with an assert on systems with
256-byte cache lines such as A64FX.

Issue: #2417
  • Loading branch information
jackgallagher-arm authored Jul 17, 2024
1 parent 6e17111 commit e859f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/drcachesim/tests/burst_aarch64_sys.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ namespace drmemtrace {
static sigjmp_buf mark;
static int handled_sigill_count = 0;

#define TO_BE_ZEROED_ARR_SIZE 512
#define TO_BE_ZEROED_ARR_SIZE 1024
char to_be_zeroed[TO_BE_ZEROED_ARR_SIZE];

void
Expand Down

0 comments on commit e859f07

Please sign in to comment.