mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
udp: ConnectionValidator constant time eq: set nomem and nostack
This commit is contained in:
parent
ce2723effa
commit
19c604d4f1
1 changed files with 1 additions and 0 deletions
|
|
@ -114,6 +114,7 @@ impl ConnectionValidator {
|
|||
a = in(reg) a.0,
|
||||
b = in(reg) b.0,
|
||||
eq = inout(reg_byte) eq,
|
||||
options(nomem, nostack),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue