Skip to content

Commit

Permalink
Avoid register conflict in Windows.
Browse files Browse the repository at this point in the history
Co-authored-by: Francisco Ferrari Bihurriet <[email protected]>
Co-authored-by: Martin Balao <[email protected]>
  • Loading branch information
martinuy and franferrax committed Apr 24, 2024
1 parent 455f706 commit cbb7bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/cpu/x86/stubGenerator_x86_64_aes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2181,7 +2181,7 @@ void StubGenerator::aesctr_encrypt(Register src_addr, Register dest_addr, Regist

const Register rounds = rax;
const Register pos = r12;
const Register tail = r13;
const Register tail = r15;

Label PRELOOP_START, EXIT_PRELOOP, REMAINDER, REMAINDER_16, LOOP, END, EXIT, END_LOOP,
AES192, AES256, AES192_REMAINDER16, REMAINDER16_END_LOOP, AES256_REMAINDER16,
Expand Down

0 comments on commit cbb7bf7

Please sign in to comment.