Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: p4lang/p4c
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6a217268030afe40bb602e0d6b3da2b66698eb8a
Choose a base ref
..
head repository: p4lang/p4c
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 41f7c89b335c74e4729b7c3d5556339e652d0525
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 backends/tofino/bf-asm/bfas.h
2 changes: 1 addition & 1 deletion backends/tofino/bf-asm/bfas.h
Original file line number Diff line number Diff line change
@@ -154,7 +154,7 @@ extern std::unique_ptr<std::ostream> open_output(const char *, ...)
#define BUG_CHECK(e, ...) \
do { \
if (!(e)) BUG("Check failed" __VA_ARGS__); \
\ \
\
} while (0)

class VersionIter {