Skip to content

Commit

Permalink
vm_armv7l: ported dynamic register allocation and new opstack code fr…
Browse files Browse the repository at this point in the history
…om vm_aarch64

vm_aarch64: fixed compiler warning
  • Loading branch information
ec- committed Sep 19, 2020
1 parent e40cbfe commit 2db7989
Show file tree
Hide file tree
Showing 2 changed files with 1,350 additions and 540 deletions.
1 change: 1 addition & 0 deletions code/qcommon/vm_aarch64.c
Original file line number Diff line number Diff line change
Expand Up @@ -2179,6 +2179,7 @@ static qboolean EmitMOPs( vm_t *vm, int op )

rx[0] = alloc_rx( R0 | TEMP );
rx[1] = alloc_rx( R1 | TEMP );
rx[2] = ~0U;

// load
if ( short_addr32 ) {
Expand Down
Loading

0 comments on commit 2db7989

Please sign in to comment.