mirror of
https://github.com/geohot/qira
synced 2025-03-14 02:52:52 +03:00
Retrieve more instructions from the trace.
This commit is contained in:
parent
0833716d49
commit
253ce0907a
@ -39,6 +39,6 @@ function on_instructions(msg) { DS("instructions");
|
||||
Deps.autorun(function() { DA("emit getinstructions");
|
||||
var forknum = Session.get("forknum");
|
||||
var clnum = Session.get("clnum");
|
||||
stream.emit('getinstructions', forknum, clnum, clnum-8, clnum+10);
|
||||
//TODO: This should not be a hardcoded value.
|
||||
stream.emit('getinstructions', forknum, clnum, clnum-20, clnum+200);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user