-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I definitely have skill issue. I spent the whole week just to realized that I was writing the address instead of the value. And that's probably why the printk_ringbuffer failed: a store2 failed, which leaded to a load2 fail, and the whole codeflow changed forever.
- Loading branch information
1 parent
c3ce08f
commit dee8270
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Definitely the most stupid bug ever