зеркало из https://github.com/mozilla/pjs.git
Fixed wacky tabs
This commit is contained in:
Родитель
d26609534d
Коммит
e60b5c26e9
|
@ -71,8 +71,8 @@ JSValue interpret(ICodeModule *iCode, const JSValues& args)
|
||||||
static JSObject globals;
|
static JSObject globals;
|
||||||
|
|
||||||
InstructionIterator begin_pc = iCode->its_iCode->begin();
|
InstructionIterator begin_pc = iCode->its_iCode->begin();
|
||||||
InstructionIterator end_pc = iCode->its_iCode->end();
|
InstructionIterator end_pc = iCode->its_iCode->end();
|
||||||
InstructionIterator pc = begin_pc;
|
InstructionIterator pc = begin_pc;
|
||||||
while (pc != end_pc) {
|
while (pc != end_pc) {
|
||||||
Instruction* instruction = *pc;
|
Instruction* instruction = *pc;
|
||||||
switch (instruction->opcode()) {
|
switch (instruction->opcode()) {
|
||||||
|
|
|
@ -71,8 +71,8 @@ JSValue interpret(ICodeModule *iCode, const JSValues& args)
|
||||||
static JSObject globals;
|
static JSObject globals;
|
||||||
|
|
||||||
InstructionIterator begin_pc = iCode->its_iCode->begin();
|
InstructionIterator begin_pc = iCode->its_iCode->begin();
|
||||||
InstructionIterator end_pc = iCode->its_iCode->end();
|
InstructionIterator end_pc = iCode->its_iCode->end();
|
||||||
InstructionIterator pc = begin_pc;
|
InstructionIterator pc = begin_pc;
|
||||||
while (pc != end_pc) {
|
while (pc != end_pc) {
|
||||||
Instruction* instruction = *pc;
|
Instruction* instruction = *pc;
|
||||||
switch (instruction->opcode()) {
|
switch (instruction->opcode()) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче