Skip to content
Snippets Groups Projects
Commit 0f295a40 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

This is not used on any critical code path.

parent 7b8f7c0a
Branches
Tags
No related merge requests found
......@@ -25,7 +25,6 @@ int eb_width_refined(eb_width_t width) {
}
eb_width_t eb_width_refine(eb_width_t width) {
/* !!! i bet there is a clever way to do this in 5 instructions */
eb_width_t data = width & 0xf;
eb_width_t addr = width >> 4;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment