aboutsummaryrefslogtreecommitdiff
path: root/pk/pk.c
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-11-09 15:31:00 -0800
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-11-21 16:54:35 -0800
commit63729473a588960ade22d42b94bcd1fa7fb11e71 (patch)
tree6a7f836c0ca09b8806e057e92590c3924fbc13ea /pk/pk.c
parent3f0c7368c8fdc805bb1819c86128e46e9b18a200 (diff)
downloadpk-63729473a588960ade22d42b94bcd1fa7fb11e71.zip
pk-63729473a588960ade22d42b94bcd1fa7fb11e71.tar.gz
pk-63729473a588960ade22d42b94bcd1fa7fb11e71.tar.bz2
[opcodes, pk, sim, xcc] Tweaked FP encoding
Diffstat (limited to 'pk/pk.c')
-rw-r--r--pk/pk.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/pk/pk.c b/pk/pk.c
index f4e0424..e9e3e71 100644
--- a/pk/pk.c
+++ b/pk/pk.c
@@ -145,7 +145,6 @@ static void mainvars_init()
static void jump_usrstart()
{
- printk("strlen(\"\") = %d\n",strlen(""));
trapframe_t tf;
init_tf(&tf, USER_START, USER_MEM_SIZE-USER_MAINVARS_SIZE);
pop_tf(&tf);