Post refactoring cleanup

This commit is contained in:
Jeff Parsons 2015-03-27 12:15:54 -07:00 committed by jeffpar
commit 41a7ebf370
5 changed files with 46 additions and 44 deletions

View file

@ -202,7 +202,7 @@ X86.opCLTS = function CLTS()
*
* NOTE: Since the ModRM decoders deal only with general-purpose registers, we must move
* the appropriate control register into a special variable (regMD16), which our helper function
* (opHelpMOVMD16) will use to replace the decoder's src operand.
* (fnMOVMD16) will use to replace the decoder's src operand.
*
* @this {X86CPU}
*/