Fixing line endings.

This commit is contained in:
Ben Vanik 2013-05-24 01:41:02 -07:00
parent 605d66ecf6
commit 2153256109
1 changed files with 1 additions and 1 deletions

View File

@ -1451,7 +1451,7 @@ GpVar X64Emitter::sign_extend(GpVar& value, int size) {
// errrr.... could pin values to rax for cbw/cwde/cdqe
// or, could use shift trick (may be slower):
// shlq $(target_len-src_len), reg
// shlq $(target_len-src_len), reg
// sarq $(target_len-src_len), reg
GpVar tmp;
switch (size) {