Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
  • Loading branch information
Alan Jowett committed Jun 7, 2021
1 parent e2b41e2 commit 955e51c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vm/ubpf_jit_x86_64.c
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ static int platform_parameter_registers[] = {
// Avoid R12 as we don't support encoding modrm modifier for using R12.
static int register_map[REGISTER_MAP_SIZE] = {
RAX,
R15,
R10,
RDX,
R8,
R9,
Expand Down

0 comments on commit 955e51c

Please sign in to comment.