Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
henrybear327 committed Jan 8, 2024
1 parent d0659a0 commit 9dbcbdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/breakpoint.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@

#include "breakpoint.h"

// Test

static inline int cmp(const void *arg0, const void *arg1)
{
riscv_word_t *a = (riscv_word_t *) arg0, *b = (riscv_word_t *) arg1;
Expand Down

0 comments on commit 9dbcbdd

Please sign in to comment.